Extension point marshallers
In component org.nuxeo.ecm.automation.server.AutomationServer
Documentation
JAX-RS writer/reader declarations
Contribution Descriptors
- Class: org.nuxeo.ecm.automation.server.MarshallerDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="marshallers" target="org.nuxeo.ecm.automation.server.AutomationServer"> <marshaller> <reader>org.nuxeo.ecm.automation.jaxrs.io.operations.JsonRequestReader </reader> <writer>org.nuxeo.ecm.automation.jaxrs.io.JsonExceptionWriter </writer> <writer>org.nuxeo.ecm.automation.jaxrs.io.operations.JsonAutomationInfoWriter </writer> <writer>org.nuxeo.ecm.automation.jaxrs.io.documents.JsonDocumentWriter </writer> <writer>org.nuxeo.ecm.automation.jaxrs.io.documents.JsonDocumentListWriter </writer> <writer>org.nuxeo.ecm.automation.jaxrs.io.documents.BlobsWriter </writer> <writer>org.nuxeo.ecm.automation.jaxrs.io.JsonLoginInfoWriter </writer> <writer>org.nuxeo.ecm.automation.jaxrs.io.operations.JsonOperationWriter </writer> <reader>org.nuxeo.ecm.automation.jaxrs.io.operations.UrlEncodedFormRequestReader </reader> <writer>org.nuxeo.ecm.automation.jaxrs.io.JsonTreeWriter</writer> <writer>org.nuxeo.ecm.automation.jaxrs.io.JsonAdapterWriter</writer> <writer>org.nuxeo.ecm.automation.jaxrs.io.JsonRecordSetWriter </writer> <reader>org.nuxeo.ecm.automation.jaxrs.io.documents.BusinessAdapterReader </reader> <writer>org.nuxeo.ecm.automation.jaxrs.io.audit.LogEntryWriter</writer> <writer>org.nuxeo.ecm.automation.jaxrs.io.audit.LogEntryListWriter</writer> </marshaller> </extension>